﻿/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  color: #666;
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cabin';
  font-weight: bold; }

h1 {
  font-size: 42px; }

p {
  margin: 2rem 0;
  font-size: 1.2rem;
  font-family: 'domine';
  color: #777; }

ol {
  margin: 2rem 0;
  font-size: 1.2rem;
  font-family: 'domine';
  color: #777; }

strong {
  color: #6cb43f; }
  
select,
input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
textarea {
  color: black;
  padding: 1.2rem 1rem;
  font-family: 'Cabin';
  font-size: 1.3rem;
  border: 3px solid lightgray;
  display: block; }
    select:focus,
  input[type=text]:focus,
  input[type=search]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  input[type=url]:focus,
  input[type=number]:focus,
  textarea:focus {
    border: 3px solid #6cb43f;
    outline: 0 solid #6cb43f;
    -webkit-box-shadow: 0 0 5px #6cb43f;
    box-shadow: 0 0 5px #6cb43f; }

.foot-note {
  font-size: 0.8rem;
  margin: 3rem 0; }
  .foot-note p {
    font-size: inherit;
    margin: 0.2rem 0; }
  .foot-note strong {
    color: inherit; }

input[type=search]:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.display-none {
  display: none; }

.alert-success {
  border: 1px solid #6cb43f; }

.alert-danger {
  border: 1px solid #ef5132; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?h6xsyd");
  src: url("../fonts/icomoon/icomoon.eot?#iefixh6xsyd") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?h6xsyd") format("truetype"), url("../fonts/icomoon/icomoon.woff?h6xsyd") format("woff"), url("../fonts/icomoon/icomoon.svg?h6xsyd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\e600"; }

.cont-header-main,
.cont-header-main--without-step {
    background-color: #6cb43f;
    background-color: rgba(108, 180, 63, 0.6);
  background-image: url("https://www.minagricultura.gov.co/Style Library/LeyTierras/img/HOME-03.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cont-header-main--without-step {
  padding: 1rem 0; }

.header-main,
.header-main--without-step {
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  position: relative;
  margin: 0 auto; }
  .header-main .header-button-prev,
  .header-main .header-title,
  .header-main--without-step .header-button-prev,
  .header-main--without-step .header-title {
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .header-main,
    .header-main--without-step {
      width: 750px; } }
  @media (min-width: 992px) {
    .header-main,
    .header-main--without-step {
      width: 970px; } }
  @media (min-width: 1200px) {
    .header-main,
    .header-main--without-step {
      width: 1170px; } }
  @media (max-width: 517px) {
    .header-main,
    .header-main--without-step {
      padding-bottom: 0; } }

.header-main--without-step {
  padding: 0; }

.header-main--without-step:after {
  content: '';
  display: table;
  clear: both;
}

.cont-images-header {
  text-align: center;
}

.cont-images-header img {
  width: 200px;
}

@media (min-width: 540px) {
  .cont-images-header {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-right: 1rem;
  }
  .cont-images-header img {
    display: block;
  }
}

.menu-bar {
    top: 0;
  position: absolute;
  width: 100%;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.menu-bar:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    background-color: #6cb43f;
    height: 35px; }

.header-title,
.header-title--without-step {
  color: white;
  margin: 1rem; }

.header-title--without-step {
  max-width: 265px;
  border-left: 20px solid #6cb43f;
  padding-left: 1.3rem; }

.cont-menu {
  position: relative;
  color: white;
  font-weight: 300;
  font-size: 16px; }
  .cont-menu:hover .menu-info {
    visibility: visible; }

.cont-menu__text {
  font-size: 1.1rem;
  padding: 0.5rem 0.8rem 0.1rem 0;
  margin: 0;
  color: white;
  font-family: Cabin; }
  .cont-menu__text strong {
    color: white;
    margin: auto 0.5rem auto 0.8rem;
    font-size: 1rem; }
  .cont-menu__text span {
    font-size: 0.6rem;
    vertical-align: text-top;
    margin-top: 0.3rem;
    display: inline-block; }

.menu-info {
  visibility: hidden;
  position: absolute;
  right: 0.3rem;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid #6cb43f;
  -webkit-box-shadow: 1px 0 10px #6cb43f;
  box-shadow: 1px 0 10px #6cb43f;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  padding: 0.5rem; }

.menu-info__cont {
  padding: 0; }

.menu-info__items {
  list-style: none; }

.menu-info__items__link, .menu-info__items__link--past, .menu-info__items__link--actual, .menu-info__items__link--next {
  color: white;
  display: block;
  padding: 0.5rem 0;
  min-width: 16rem;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  .menu-info__items__link:hover, .menu-info__items__link--past:hover, .menu-info__items__link--actual:hover, .menu-info__items__link--next:hover {
    color: #6cb43f;
    text-decoration: none; }
  .menu-info__items__link span, .menu-info__items__link--past span, .menu-info__items__link--actual span, .menu-info__items__link--next span {
    margin-right: 0.4rem;
    font-size: 0.8rem; }
  .menu-info__items__link--past {
    color: #6cb43f; }
  .menu-info__items__link--actual {
    color: white; }
  .menu-info__items__link--next {
    color: #525252; }

.triangle-menu {
  position: absolute;
  display: inline-block;
  top: -16px;
  right: 3px;
  text-shadow: -1px -1px 3px #6cb43f, 1px -1px 3px #6cb43f;
  color: black;
  font-size: 1rem; }

.cont-select-input {
  position: relative;
  padding: 0; }
  .cont-select-input:before {
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    right: 2rem;
    z-index: 2; }
  .cont-select-input:hover .items-select {
    display: block;
    border: 1px solid #6cb43f; }
  .cont-select-input:hover {
    border: 1px solid #6cb43f; }

.items-select {
  position: absolute;
  display: none;
  left: 0;
  top: 115%;
  z-index: 2;
  width: 100%;
  padding-left: 0;
  background-color: white;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem; }

.items-select__item {
  font-size: 1.2rem;
  list-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding: 0.5rem 0 0.5rem 1rem; }
  .items-select__item:hover {
    background-color: lightgray; }

.select-input {
  background-color: white;
  border: 1px solid lightgray;
  color: #525252;
  padding: 1rem;
  font-family: 'Cabin';
  font-size: 1.2rem;
  display: block;
  padding-right: 2.5rem;
  position: relative;
  width: 100%;
  text-align: left; }

.arrow-down {
  position: absolute;
  top: 40%;
  right: 0.8rem;
  font-size: 1rem; }

.dropdown-menu.inner > li > a {
  background-color: white;
  color: gray; }

.bootstrap-select .btn-default {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  border: 1px solid lightgray;
  color: #525252;
  padding: 1.2rem 1rem;
  font-family: 'Cabin';
  font-size: 1.2rem;
  display: block;
  padding-right: 2.5rem;
  position: relative;
  width: 100%;
  text-align: left; }
  .bootstrap-select .btn-default:focus {
    background: white; }

.bootstrap-select.open > .dropdown-toggle.btn-default {
  background: white; }

.bootstrap-select .dropdown-menu > li > a {
  font-size: 1.2rem;
  list-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding: 0.5rem 0 0.5rem 1rem; }
  .bootstrap-select .dropdown-menu > li > a:hover {
    background-color: lightgray; }

.bootstrap-select .dropdown-menu.open {
  overflow: visible !important;
  margin-top: 0.6rem;
  -webkit-box-shadow: 0 0 5px #6cb43f;
  box-shadow: 0 0 5px #6cb43f; }
  .bootstrap-select .dropdown-menu.open:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 10px;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    background-color: white;
    z-index: -1;
    -webkit-box-shadow: -1px -1px 2px #6cb43f, -1px -1px 2px #6cb43f;
    box-shadow: -1px -1px 2px #6cb43f, -1px -1px 2px #6cb43f; }

.bootstrap-select .dropdown-toggle[aria-expanded=true] {
  -webkit-box-shadow: 0 0 5px #6cb43f;
  box-shadow: 0 0 5px #6cb43f;
  border: 1px solid #6cb43f !important; }

.bootstrap-select.dropup .dropdown-menu.open {
  overflow: visible !important;
  margin-bottom: 0.6rem; }
  .bootstrap-select.dropup .dropdown-menu.open:before {
    content: "";
    display: none; }
  .bootstrap-select.dropup .dropdown-menu.open:after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 10px;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    background-color: white;
    z-index: -1;
    -webkit-box-shadow: 1px 1px 2px #6cb43f;
    box-shadow: 1px 1px 2px #6cb43f; }

.date-select.date-select {
    border: 1px solid lightgray;
}

.date-select.date-select select {
    width: 33.3%;
    display: inline-block; }
    .date-select.date-select select:nth-child(2),
    .date-select.date-select select:nth-child(4) {
      position: relative; }
      .date-select.date-select select:nth-child(2):after,
      .date-select.date-select select:nth-child(4):after {
        content: "";
        position: absolute;
        right: 0;
        top: 15%;
        border-right: 1px solid lightgray;
        height: 70%; }

.cont-select-multiples {
  position: relative; }
  .cont-select-multiples::after {
    content: ' ';
    display: table;
    clear: both; }
  .cont-select-multiples .glyphicon.glyphicon-triangle-bottom {
    position: absolute;
    top: -webkit-calc(56%);
    top: calc(56%);
    right: 1rem;
    z-index: 2;
    font-size: 8px; }

.select2-selection__choice {
  padding: 0.5rem 0.6rem 0.5rem 0.5rem !important;
  margin-top: 0.8rem !important; }

span[aria-expanded=true] {
  -webkit-box-shadow: 0 0 5px #6cb43f !important;
  box-shadow: 0 0 5px #6cb43f !important;
  border: none !important;
    -webkit-border-radius: 0;
  border-radius: 0; }

.select2-dropdown.select2-dropdown--below {
  margin-top: 2px !important;
  -webkit-box-shadow: 0 0 5px #6cb43f;
  box-shadow: 0 0 5px #6cb43f; }

.select2-container--default .select2-selection--multiple {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid lightgray; }

.select2-search.select2-search--inline {
  max-height: 60px; }

.select2-selection__choice__remove {
  margin-right: 0.4rem !important; }

ul[aria-expanded=true] {
  -webkit-box-shadow: 0 0 10px #6cb43f;
  box-shadow: 0 0 10px #6cb43f;
  border: none !important; }

.field {
  margin: 2rem 0; }
  .field input,
  .field select,
  .field .bootstrap-select.bootstrap-select.bootstrap-select.bootstrap-select {
    width: 100%; }

.header-button-prev {
  background-color: #6cb43f;
  color: white;
  border: none;
  padding: 0.2rem 0.7rem;
  font-size: 1.1rem;
  margin-left: 1rem; }

.button-normal {
  background-color: #3eadec;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 1.4rem;
  margin: 2rem auto;
  border: none; }
  .button-normal:focus,
  .button-normal.focus {
    background-color: #4b9fcf; }
  .button-normal:active,
  .button-normal.acive {
    background-color: #4b9fcf; }
  .button-normal:hover,
  .button-normal.hover {
    background-color: #3eadec; }

.button-normal.btn-green {
  background-color: #6cb43f;
}

.button-edit {
  background-color: #6cb43f;
  padding: 0.7rem;
  margin: 0;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  height: 100%; }

label {
  color: #6cb43f;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0; }
  label[for] {
    cursor: pointer; }
  .col-xs-1 label,
  .col-xs-2 label,
  .col-xs-3 label,
  .col-xs-4 label,
  .col-xs-5 label,
  .col-xs-6 label,
  .col-xs-7 label,
  .col-xs-8 label,
  .col-xs-9 label,
  .col-xs-10 label,
  .col-xs-11 label,
  .col-xs-12 label {
    padding: 0; }

.modal-agro {
  text-align: center;
  font-family: Cabin;
  font-weight: 400;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  background-color: white; }

.modal-agro__text {
  padding: 3.5rem 0 4rem;
  margin: 0;
  font-family: Cabin; }

.cont-btns {
  font-size: 0; }

.modal-agro__btn, .modal-agro__btn-cancel,
.modal-agro__btn-accept,
.modal-agro__btn-delete {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  padding: 1.1rem 0;
  font-weight: 400; }

.modal-agro__btn-cancel,
.modal-agro__btn-accept,
.modal-agro__btn-delete {
  border: none; }

.font-size0 {
  font-size: 0; }

.modal-agro__btn-cancel {
  background-color: #e7e7e7;
  color: #525252; }

.modal-agro__btn-delete {
  background-color: #ef5132;
  color: white; }

.modal-agro__btn-accept {
  background-color: #6cb43f;
  color: white; }

.cont-modal {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8); }
  .cont-modal .modal-agro {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 400px;
    max-height: 200px; }
  .cont-modal .cont-btns {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + .radio-icon {
      display: inline-block;
      border: 2px solid #525252;
      border: 2px solid rgba(82, 82, 82, 0.5);
    width: 32px;
    height: 32px;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    vertical-align: middle;
    margin-left: 0.6rem;
    position: relative;
  }

input[type="radio"]:checked + .radio-icon {
    border-color: #6cb43f; }
    input[type="radio"]:checked + .radio-icon::before {
      content: "";
      position: absolute;
      top: 3px;
      left: 3px;
      width: 22px;
      height: 22px;
      background: #6cb43f;
      -webkit-border-radius: 1rem;
      border-radius: 1rem; }

input[type="checkbox"] {
    width: 32px;
    -ms-transform: scale(2);
    -moz-transform: scale(2); 
    -webkit-transform: scale(2); 
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    margin-left: 0.3rem;
    margin-right: 0.5rem;
}

.cont-table {
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  padding-top: 2.7rem;
  padding-bottom: 3.5rem;
  font-weight: bold;
  font-family: Cabin;
  font-size: 1rem; }

.delete-item {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1.1rem;
  font-weight: 300; }
  .delete-item span {
    font-size: 0.9rem; }

.add-item {
  position: absolute;
  bottom: 0;
  right: 1rem;
  font-size: 1.1rem;
  color: #6cb43f;
  font-weight: bold;
  padding-bottom: 0;
  display: inline-block; }
  .add-item:first-letter {
    text-transform: capitalize; }
  .add-item span {
    font-size: 0.6rem;
    margin-left: 0.5rem; }
  .add-item:after {
    content: "";
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #6cb43f; }

.table__header {
  border-top: 1px solid #6cb43f;
  border-bottom: 1px solid #6cb43f; }
  .table__header__check,
  .table__header__name,
  .table__header__type {
    padding: 1rem 0;
    color: #6cb43f; }
  .table__header__check {
    width: 10%;
    padding-left: 0.5rem; }
  .table__header__name,
  .table__header__type {
    padding-left: 1rem;
    font-size: 1.1rem; }
  .table__header__name {
    width: 40%; }
  .table__header__type {
    width: 50%; }

.table__body {
  font-weight: 400; }
  .table__body__check {
    width: 10%;
    padding: 1rem;
    padding-left: 0.5rem;
    border-right: 2px solid lightgray; }
  .table__body__product {
    width: 40%;
    padding: 1rem;
    border-right: 2px solid lightgray; }
  .table__body__crop {
    width: 35%;
    padding: 1rem;
    border-right: 2px solid lightgray; }
  .table__body__button {
    width: 15%;
    padding: 0.4rem 0.3rem; }
    .table__body__button button {
      width: 100%;
      height: 100%;
      font-size: 1rem; }
  .table__body > tr:nth-child(even) {
      background-color: #6cb43f;
      background-color: rgba(108, 180, 63, 0.2);
  }

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.wrapper {
  background-color: #F6F6F6; }

.cont-max-width {
  max-width: 950px;
  margin: auto;
  padding: 0 1rem; }
  .cont-max-width.nav {
    max-width: 975px; }

.header-landing {
    background-image: url('https://www.minagricultura.gov.co/Style Library/LeyTierras/img/foto-intermedio-micrositio3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    font-family: 'Cabin';
    font-size: 17px;
    position: relative;
    margin-bottom: 3rem;
}

.header-landing__first {
    margin:auto;
    background-color:white;
    padding:5px;
    text-align: center;
    position: relative;
}

.header-landing__first > .colombia-siembra-img {
  width: 100%;
  max-width: 410px;
}

.header-landing__first .images-right {
  padding-bottom: 0.5rem;
}

@media (max-width: 1000px) {
  .images-right__one,
  .images-right__two {
    display: block;
    margin: auto;
  }
  .images-right__two {
    margin-top: 0.5rem;
  }
}

@media (min-width: 1000px) {
  .header-landing__first {
    background-image: url('https://www.minagricultura.gov.co/Style Library/LeyTierras/img/HOME-07.png'), url('https://www.minagricultura.gov.co/Style Library/LeyTierras/img/HOME-08.png'), url('https://www.minagricultura.gov.co/Style Library/LeyTierras/img/aguacate.png');
    background-position: 0 100%, 102% 0, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 200px, 340px, 123px;
    padding-left: 140px;
    text-align: left;
  }

  .header-landing__first .images-right {
    position: absolute;
    bottom: 0;
    right: 1rem
  }
}



.cont-header-first {
  background-color: rgba(0, 0, 0, 0.5); }

.header-landing__madrlogo{
  margin-left:40px; margin-top:80px; }

.suscription-and-benefits {
  float: right;
  padding: 1.5rem 0; }
  .suscription-and-benefits__sus,
  .suscription-and-benefits__ben {
    color: white;
    font-size: 1.2rem;
    font-weight: 500; }
    .suscription-and-benefits__sus:hover,
    .suscription-and-benefits__ben:hover {
      color: white; }
  .suscription-and-benefits__sus {
    position: relative;
    margin: 0 2rem; }
    .suscription-and-benefits__sus:after {
      content: "";
      position: absolute;
      right: -2.2rem;
      top: -0.2rem;
      height: 2rem;
      width: 1px;
      background-color: #6cb43f;
      margin: 0 1rem; }

.nav-landing__cont {
  padding: 0; }

.nav-landing {
  background-color: #6cb43f;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .nav-landing__dropdown {
    background-color: inherit !important; }

.nav-landing__header__btn {
  border-color: white !important; }
  .nav-landing__header__btn:hover {
    background-color: #558F31 !important; }

.nav-landing__header__burguer {
  background-color: white !important; }

.nav-landing__collapse {
  padding: 0; }
  .nav-landing__collapse .nav.navbar-nav {
    margin: 0; }

.nav-landing__item:hover {
  background-color: #558F31; }

ul.nav navbar-nav {
    width: 20px;
    height: 20px;
    padding: 0;
}

li.nav-landing__social a {
    width: 20px;
    height: 20px;
    padding: 0;
}

li.nav-landing__social {
    margin: 5px 2px;
}
li.nav-landing__social a.facebook { background:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQAB/+FZH2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZ');}
li.nav-landing__social a.facebook:hover { background:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQAB/+Ftemh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZ');}

li.nav-landing__social a.twitter { background:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQAB/+FZH2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZ');}
li.nav-landing__social a.twitter:hover { background:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQAB/+Ftemh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZ');}

li.nav-landing__social a.youtube:hover { background:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQAB/+Ftemh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZ');}
li.nav-landing__social a.youtube { background:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQAB/+FZH2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZ');}

li.nav-landing__social a.google { background:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQAB/+FZH2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZ');}
li.nav-landing__social a.google:hover { background:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQAB/+Ftemh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZ');}

li.nav-landing__social a.flickr { background:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQAB/+FZH2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZ');}
li.nav-landing__social a.flickr:hover { background:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQAB/+Ftemh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZ');}

li.nav-landing__social a.instagram { background:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQAB/+FZH2h0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZ');}
li.nav-landing__social a.instagram:hover { background:url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQAB/+Ftemh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8APD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZ');}

.nav-landing__item__link {
  color: white !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.nav-landing__dropdown:hover {
  background-color: #558F31; }

.nav-landing__dropdown__main {
  color: white !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.nav-landing__dropdown__main[aria-expanded=true] {
  background-color: #558F31 !important; }

.nav-landing__dropdown__cont {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-left: 1px solid #6cb43f;
  border-right: 1px solid #6cb43f;
  border-bottom: 1px solid #6cb43f;
  border-top: none;
  padding: 0; }

.nav-landing__dropdown__item {
  border-bottom: 1px solid lightgray;
  font-size: 1rem; }
  .nav-landing__dropdown__item:last-child {
    border-bottom: none; }

.nav-landing__dropdown .nav-landing__dropdown__link {
  color: #717171;
  padding-left: 14px;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem; }

.header-landing__sub {
  max-width: 950px;
  padding: 0 1rem;
  margin: auto; }

.header-landing__sub__cont__text {
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 1.7rem;
  font-family: Cabin;
  line-height: 1.3;
  padding: 1.8rem;
   }
  .header-landing__sub__cont__text:first-line {
    font-weight: bold; }

.header-cont-images {
  background-color: white;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  display: inline-block;
  padding: 1rem;
  margin-bottom: 2rem; }
  .header-cont-images__agriculture {
    margin-right: 2rem; }

.arrow-down--landing {
  background-color: #6cb43f;
    color: white;
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: -webkit-calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid white;
  text-align: center; }
  .arrow-down--landing:before {
    content: '\e600';
    font-family: 'icomoon';
    line-height: 45px;
    font-size: 0.6rem; }

.inscription {
  max-width: 950px;
  margin: auto;
  padding: 0 1rem;
  padding-bottom: 3rem;
  padding-top:20px; }

.cont-title {
  position: initial; }
  .cont-title:after {
    content: "";
    position: absolute;
    width: 70%;
    max-width: 70%;
    height: 1px;
    top: 55%;
    right: 0;
    background-color: #525252;
    z-index: 1; }

.cont-incription-cards {
  text-align: center;
  width: 100%;
  padding: 0; }

.cont-incription-card {
  padding: 0 1rem; }

.inscription__title {
  padding-right: 2rem;
  display: inline-block;
  background-color: #F6F6F6;
  position: relative;
  font-size: 2.6rem;
  z-index: 2;
  font-family: Cabin;
  font-weight: bold;
  color: #404648; }

.inscription-card {
  background-color: white;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .inscription-card__header {
    background-color: #6cb43f;
    min-height: 126px;
    position: relative; }
    @media (max-width: 890px) {
      .inscription-card__header {
        min-height: 162px;
        max-height: 162px; } }
    .inscription-card__header:before {
      content: "";
      position: absolute;
      left: 0;
      top: 81%;
      border-top: 28px solid transparent;
      border-right: 185px solid transparent;
      border-bottom: 11px solid transparent;
      border-left: 287px solid #6cb43f; }
      @media (max-width: 890px) {
        .inscription-card__header:before {
          top: 84%; } }
      @media (max-width: 770px) {
        .inscription-card__header:before {
          border-left: none; } }
    .inscription-card__header__text {
      color: white;
      font-family: Cabin;
      font-size: 1.5rem;
      margin: 0 0 -1rem 0;
      text-align: left;
      padding: 2.5rem 0 0 0.7rem; }
    .inscription-card__header__strong {
      padding-bottom: 1.9rem;
      text-align: left;
      padding-left: 0.7rem;
      color: white;
      text-transform: uppercase; }
    .inscription-card__header.without-ruat {
      padding-bottom: 3rem;
      line-height: 72px; }
  .inscription-card__body {
    font-size: 1.2rem;
    font-family: Cabin;
    text-align: left;
    padding: 0 0.8rem; }
  .inscription-card__btn {
    border: 1px solid #6cb43f;
    background-color: white;
    color: #6cb43f;
    font-size: 1.3rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    padding: 1rem 3rem;
    width: 200px;
    font-weight: 500;
    font-family: Cabin; }

.cont-benefits {
    background-color: #6cb43f;
    background-color: rgba(108, 180, 63, 0.8);
  background-image: url("https://www.minagricultura.gov.co/Style Library/LeyTierras/img/bg-cana.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.cont-benefits:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6cb43f;
    background-color: rgba(108, 180, 63, 0.8);
    z-index: 0;
}

.benefits-landing {
  max-width: 950px;
  padding: 1rem 1rem;
  margin: auto;
  position: relative;
  z-index: 1; }

.cont-title-benefits {
  position: initial; }

.cont-title-benefits:after {
    content: "";
    position: absolute;
    width: 35%;
    max-width: 70%;
    height: 1px;
    top: 4%;
    left:772px;
    right: 0;
    background-color: white;
    z-index: 1; }
    @media (max-width: 720px) {
      .cont-title-benefits:after {
        display: none; } }
  @media (max-width: 720px) {
    .cont-title-benefits {
      text-align: center; } }

.benefits-landing__title {
  font-size: 2.6rem;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 2rem;
  font-family: Cabin;
  font-weight: bold;
  color: white; }
  @media (max-width: 720px) {
    .benefits-landing__title {
      padding-right: 0; } }

.benefits-landing__cont-body {
  max-width: 800px;
  margin: auto; }

.benefits-landing__text_subtitle {
  font-family: Cabin;
  color: white;
  font-weight: 100;
  font-size: 1.3rem; }
.benefits-landing__text {
  font-family: Cabin;
  color: white;
  font-weight: 100;
    font-size: 1.4rem; }
  .benefits-landing__text:before {
    content: "✓";
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 6px solid white;
    margin-right: 3rem;
    text-align: center;
    float: left;
    font-size: 60px;
    font-weight: normal; }
    @media (max-width: 695px) {
      .benefits-landing__text:before {
        margin-bottom: 4rem; } }
    @media (max-width: 600px) {
      .benefits-landing__text:before {
        float: none;
        margin: 0 auto 1rem;
        display: block; } }
  .benefits-landing__text:after {
    content: " ";
    display: table;
    clear: both; }
  .benefits-landing__text:first-child {
    margin-bottom: 2.8rem; }
  .benefits-landing__text span {
    vertical-align: middle; }
    @media (max-width: 600px) {
      .benefits-landing__text span {
        display: block;
        margin: 0 auto 2rem;
        text-align: center; } }

.cont-branding-imgs {
  background-color: white; }

.branding-imgs {
  max-width: 950px;
  margin: auto;
  padding: 1rem 1rem; }
  .branding-imgs:after {
    content: " ";
    display: table;
    clear: both; }
  .branding-imgs__right img {
    display: inline-block;
    vertical-align: middle; }
  .branding-imgs__right img:first-child {
    margin-right: 1.5rem; }

.cont-ministers {
  background-color: #6cb43f; }

.ministers {
  max-width: 950px;
  margin: auto;
  padding: 1.5rem 1rem;
  text-align: center; }
  .ministers__cont {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    list-style: square;
    color: white;
    font-size: 1rem; }
    .ministers__cont__item {
      text-align: left; }
      .ministers__cont__item__link {
        color: white; }
        .ministers__cont__item__link:hover {
          color: white; }

.about-info-landing {
  max-width: 950px;
  padding: 1rem;
  margin: auto;
  padding-bottom: 2rem; }
  .about-info-landing__item {
    font-size: 0.8rem;
    font-family: Cabin;
    text-align: center;
    color: #71756B;
    margin: 0;
    padding: 0; }


.change-font-size {
  position: fixed;
  width: 40px;
  top: 40%;
  right: 0;
  background-color: #6cb43f;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.change-font-size__elm {
  display: block;
  text-align: center;
  cursor: pointer;
  color: white;
}

.change-font-size__elm.small{
  font-size: 14px;
}

.change-font-size__elm.normal{
  font-size: 16px;
}

.change-font-size__elm.big {
  font-size: 20px;
}

